home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / pcmagazi / 1989 / 19 / mcilocal.csf < prev    next >
Text File  |  1989-07-31  |  640b  |  29 lines

  1. C    "Calling MCI Mail.^M^J"
  2. C    "(Press the Escape key if you need to abort the session.)^M^J"
  3. P  1    "1200"            Your COM port number and speed go in this line
  4. T    "ATZ^M"
  5. R  5    "OK^M^J"
  6. T    "ATE1^M"
  7. R    "OK^M^J"
  8. T    "ATDT000-0000^M"    Your number for MCI Mail goes in this line
  9. R 40    "CONNECT"
  10. B
  11. D  2
  12. T    "^M"
  13. R 20    "Port:"
  14. R  5    "name:"
  15. T    "username"        Your username goes on this line
  16. T    "/batch:EMMA/"
  17. T    "password"        Your password goes on this line
  18. T    "^M"
  19. R 20    "COM^M^J"
  20. M
  21. D  1
  22. T    "+++"
  23. R 10    "OK"
  24. D  1
  25. T    "ATH^M"
  26. R 10    "^M^J"
  27. T    "ATZ^M"
  28. C    "You will find any new mail in file MAIL.IN"
  29.